USB Raptor plugin version 1.0 for LCD Smartie

Creator Nikos Georgousis
ngeorgousis@hotmail.com

REQUIREMENTS
------------
Requires .NET Framework 4
USB Raptor 0.12.72 or newer



DESCRIPTION
-----------
This plugin displays status of USB Raptor


FUNCTIONS
---------
Four functions available in current version.


Function 1
 displays latest code as provided by USB raptor

 examples:
 $dll(usbrptr,1,,)  returns code


Function 2
 returns latest event description

 examples:
 $dll(usbrptr,2,,) return description
 $dll(usbrptr,2,filter,)  filters description to display only status
 $dll(usbrptr,2,,filter)  same as above
 

Function 3
 returns status 
  $dll(usbrptr,3,,)  returns reported status
 


Function 20
 returns credits


NOTES
-----
Calling a function and passing the "about" keyword as parameter1 or parameter2 a short help will appear
e.g. $dll(usbrptr,2,about,)









